home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 21 / PC Format CD-ROM Collection 21 (1995-12)(Future Publishing)(GB)[issue 51].iso / machines / pak.exe / MACHINES.BAT < prev    next >
DOS Batch File  |  1995-07-31  |  225b  |  17 lines

  1. @echo off
  2. cls
  3. if not exist creation.cfg goto s_set
  4.  
  5. :play
  6. GRAFIX.EXE
  7. DEMO.exe
  8. tm.exe
  9. goto end
  10.  
  11. :s_set
  12. setsound
  13. if exist creation.cfg goto play
  14. @echo Sound configuration file not found - please try again
  15.  
  16. :end
  17.